home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1997 October
/
Electronic Clipper 1997-10.iso
/
Idea Source™
/
TEASER.DIR
/
00043_Script_43
< prev
next >
Wrap
Text File
|
1997-08-25
|
439b
|
19 lines
on exitFrame
go the frame
cursor 200
set the locV of sprite 16 to the mouseV
set the locH of sprite 16 to the mouseH
updatestage
if rollover (9) then
set the membernum of sprite 16 to 38
updatestage
end if
if rollover (10) then
set the membernum of sprite 16 to 39
updatestage
end if
if rollover (11) then
set the membernum of sprite 16 to 40
updatestage
end if
end